GtkContainer: Add method to get the GtkWidgetPath for a child.
authorCarlos Garnacho <carlosg@gnome.org>
Sun, 10 Oct 2010 22:23:40 +0000 (00:23 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:38:19 +0000 (15:38 +0100)
commit88b78953b68b01d9ac2f46b088322e4188fb9f38
tree11e147b8e6d3ed606e822ad4cce0640ffe6c2b93
parentc575733edab533c7e36062e06a4a8a9e2382685b
GtkContainer: Add method to get the GtkWidgetPath for a child.

This is now used throughout in order to have the full path for a given widget,
including intermediate named regions, the default implementation just returns
the GtkContainer's path copy, no intermediate regions between.
gtk/gtkcontainer.c
gtk/gtkcontainer.h
gtk/gtkstylecontext.c
gtk/gtkwidget.c
gtk/gtkwidgetpath.c
gtk/gtkwidgetpath.h